home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
MRAC
/
Variations
/
rotate-b
< prev
next >
Wrap
Text File
|
1998-08-11
|
558b
|
19 lines
rotate-b sequence
This function enables the generation of a number of symbol patterns emanating from the sequential backward rotation of a single pattern.
(rotate-b '(a b c d e f g h i j k l))
=> ((a b c d e f g h i j k l)
(l a b c d e f g h i j k)
(k l a b c d e f g h i j)
(j k l a b c d e f g h i)
(i j k l a b c d e f g h)
(h i j k l a b c d e f g)
(g h i j k l a b c d e f)
(f g h i j k l a b c d e)
(e f g h i j k l a b c d)
(d e f g h i j k l a b c)
(c d e f g h i j k l a b)
(b c d e f g h i j k l a))